-- card: 3824 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2687 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=48 top=153 right=175 bottom=148 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Play then go ----- HyperTalk script ----- on mouseUp push cd play "harpsichord" tempo 120 "e5e d# e d# e b4 d5 c a4 a2e c3 e a" go first pop cd end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=48 top=179 right=201 bottom=148 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Play with wait ----- HyperTalk script ----- on mouseUp push cd play "harpsichord" tempo 120 "e5e d# e d# e b4 d5 c a4 a2e c3 e a" wait until the sound is "done" go first pop cd end mouseUp -- part contents for background part 8 ----- text ----- the sound -- part contents for background part 18 ----- text ----- The name of the sound resource that is playing. Returns "done" if no sound is playing.